source: .gitignore@ 0e894a

Action_Thermostats Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests AutomationFragmentation_failures Candidate_v1.6.1 ChemicalSpaceEvaluator Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph Fix_Verbose_Codepatterns ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion Gui_displays_atomic_force_velocity JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool PythonUI_with_named_parameters Recreated_GuiChecks StoppableMakroAction TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps
Last change on this file since 0e894a 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.