1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 17:55:24 -04:00
profanity/.gitignore

50 lines
711 B
Plaintext
Raw Normal View History

2012-02-01 20:12:50 -05:00
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
profanity
2012-02-02 19:00:15 -05:00
*.o
*.log
2012-02-06 19:08:59 -05:00
*.swp
2012-03-01 20:51:40 -05:00
testsuite
2012-04-29 20:09:42 -04:00
tags
2012-07-29 16:32:04 -04:00
cscope.out
2012-07-01 09:47:09 -04:00
.deps/
2012-07-02 19:36:04 -04:00
build-aux/
2012-07-01 09:47:09 -04:00
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
2012-07-01 09:52:45 -04:00
src/config.h
src/config.h.in
2012-07-01 09:47:09 -04:00
config.status
configure
2012-07-01 09:47:09 -04:00
configure.scan
stamp-h1
*~
*dirstamp
valgrind.out
2012-09-12 18:18:25 -04:00
core
2013-02-09 15:39:52 -05:00
bugs/
2013-08-06 15:24:14 -04:00
TODO
plugins/
*_key.txt
*_fingerprints.txt
2013-09-16 20:12:43 -04:00
src/gitversion.c
*_key.txt
*_fingerprints.txt
2014-01-03 13:25:14 -05:00
TAGS
.libs/
_configs.sed
libprofanity.la
libtool
runvalgrind.sh
src/prof_config.h
2014-01-08 14:54:28 -05:00
clean.sh
2014-01-24 20:10:04 -05:00
valgrind.out.old
tests/testsuite.trs
2014-01-30 16:36:05 -05:00
push-all.sh
2014-02-12 15:54:01 -05:00
.DS_Store