diff options
author | Boris Faure <billiob@gmail.com> | 2013-01-30 23:09:42 +0000 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2013-01-30 23:09:42 +0000 |
commit | 753d500185fbe3ac6ddc2cbef71c46488486f87f (patch) | |
tree | 950721f0b89f4c536e214430e2316aeae741a62d /.gitignore | |
parent | 53eeed9880771fba623d910933b03408a8c343c8 (diff) |
improve patterns on gitignore
SVN revision: 83493
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 101 |
1 files changed, 51 insertions, 50 deletions
@@ -1,53 +1,54 @@ | |||
1 | *~ | 1 | *~ |
2 | *.o | ||
2 | *.swo | 3 | *.swo |
3 | *.swp | 4 | *.swp |
4 | Makefile | 5 | /Makefile |
5 | Makefile.in | 6 | /Makefile.in |
6 | aclocal.m4 | 7 | /aclocal.m4 |
7 | autom4te.cache/ | 8 | /compile |
8 | compile | 9 | /config.log |
9 | config.log | 10 | /config.status |
10 | config.status | 11 | /configure |
11 | configure | 12 | /depcomp |
12 | data/Makefile | 13 | /install-sh |
13 | data/Makefile.in | 14 | /ltmain.sh |
14 | data/desktop/Makefile | 15 | /missing |
15 | data/desktop/Makefile.in | 16 | /stamp-h1 |
16 | data/fonts/Makefile | 17 | /terminology_config.h |
17 | data/fonts/Makefile.in | 18 | /terminology_config.h.in |
18 | data/icons/Makefile | 19 | /terminology.spec |
19 | data/icons/Makefile.in | 20 | /autom4te.cache/ |
20 | data/images/Makefile | 21 | /data/Makefile |
21 | data/images/Makefile.in | 22 | /data/Makefile.in |
22 | data/themes/Makefile | 23 | /data/desktop/Makefile |
23 | data/themes/Makefile.in | 24 | /data/desktop/Makefile.in |
24 | data/themes/default.edj | 25 | /data/fonts/Makefile |
25 | data/themes/mild.edj | 26 | /data/fonts/Makefile.in |
26 | data/themes/black.edj | 27 | /data/icons/Makefile |
27 | data/themes/solarized.edj | 28 | /data/icons/Makefile.in |
28 | data/themes/mustang.edj | 29 | /data/images/Makefile |
29 | data/themes/images/Makefile | 30 | /data/images/Makefile.in |
30 | data/themes/images/Makefile.in | 31 | /data/themes/Makefile |
31 | depcomp | 32 | /data/themes/Makefile.in |
32 | install-sh | 33 | /data/themes/default.edj |
33 | ls | 34 | /data/themes/mild.edj |
34 | ltmain.sh | 35 | /data/themes/black.edj |
35 | m4/libtool.m4 | 36 | /data/themes/solarized.edj |
36 | m4/ltoptions.m4 | 37 | /data/themes/mustang.edj |
37 | m4/ltsugar.m4 | 38 | /data/themes/images/Makefile |
38 | m4/ltversion.m4 | 39 | /data/themes/images/Makefile.in |
39 | m4/lt~obsolete.m4 | 40 | /m4/libtool.m4 |
40 | missing | 41 | /m4/ltoptions.m4 |
41 | src/Makefile | 42 | /m4/ltsugar.m4 |
42 | src/Makefile.in | 43 | /m4/ltversion.m4 |
43 | src/bin/.deps/ | 44 | /m4/lt~obsolete.m4 |
44 | src/bin/Makefile | 45 | /src/Makefile |
45 | src/bin/Makefile.in | 46 | /src/Makefile.in |
46 | src/bin/terminology | 47 | /src/bin/.deps/ |
47 | src/bin/*_generated.c | 48 | /src/bin/Makefile |
48 | src/bin/*_generated.h | 49 | /src/bin/Makefile.in |
49 | stamp-h1 | 50 | /src/bin/terminology |
50 | terminology_config.h | 51 | /src/bin/tycat |
51 | terminology_config.h.in | 52 | /src/bin/tyls |
52 | terminology.spec | 53 | /src/bin/*_generated.c |
53 | *.o | 54 | /src/bin/*_generated.h |