source: .gitignore@ e0feb3

Candidate_v1.7.0 stable
Last change on this file since e0feb3 was 5718cc, checked in by Frederik Heber <frederik.heber@…>, 3 months ago

Ignoring VScode stuff.

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