root/trunk/.gitignore

Revision 582, 223 bytes (checked in by martijn, 3 months ago)

Ignore bin/ folders

Line 
1# ignore project files #
2.classpath
3.project
4.settings/
5
6# ignore target files #
7target/
8bin/
9
10# ignore log files #
11*.log
12
13#DO NOT IGNORE
14#src-axis   #While these are autogenerated removing them will break offline builds.
Note: See TracBrowser for help on using the browser.