source: .gitignore

Candidate_v1.6.1
Last change on this file was fc5d2d, checked in by Frederik Heber <heber@…>, 8 years ago

Removed *.in, *.swp, and *.m4 from gitignore which caused many forgotten files.

  • Property mode set to 100644
File size: 386 bytes
Line 
1# specific source code stuff
2version.c
3.git-version
4
5# eclipse file
6.autotools
7.project
8.cproject
9.settings
10
11# automake stuff
12configure
13config.h*
14Makefile.in
15build*
16config/*
17debug*
18aclocal.m4
19autom4te.cache
20
21#documentation
22doc/html
23
24#libtool
25libtool.m4
26ltoptions.m4
27ltsugar.m4
28ltversion.m4
29lt~obsolete.m4
30
31# testsuite stuff
32testsuite
33
34# miscellaneous stuff
35*.log
36BondFragment*.in
37*.swp
Note: See TracBrowser for help on using the repository browser.