source: .gitignore @ f1095da

release-1.10
Last change on this file since f1095da was f1095da, checked in by Anders Kaseorg <andersk@mit.edu>, 10 years ago
.gitignore: Reorganize Divide .gitignore into logical sections, and be explicit about files that only need to be ignored at top level. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Property mode set to 100644
File size: 563 bytes
Line 
1# Generated by autoreconf
2Makefile.in
3/aclocal.m4
4/autom4te.cache/
5/config.h.in
6/config.h.in~
7/configure
8/depcomp
9/install-sh
10/missing
11/test-driver
12
13# Generated by configure
14Makefile
15.deps/
16/config.cache
17/config.h
18/config.log
19/config.status
20/stamp-h1
21
22# Generated by make
23*.o
24*.a
25/BUILD_VERSION.mk
26/barnowl
27/bin/
28/gmarshal_funcs.c
29/gmarshal_funcs.h
30/owl_prototypes.h
31/owl_prototypes.h.new
32/perlglue.c
33/varstubs.c
34/version.c
35/version.c.new
36/zcrypt
37
38# Generated by make check
39/runtests.sh.log
40/runtests.sh.trs
41/test-suite.log
42/tester
43
44# Generated by make tags
45TAGS
Note: See TracBrowser for help on using the repository browser.