source: josm/trunk/.gitignore

Last change on this file was 19622, checked in by gaben, 13 days ago

gitignore Maven build and test config folders

File size: 445 bytes
Line 
1*.iml
2/checkstyle-josm.xml
3/.idea/
4/build/
5/build2/
6/dist/
7/javadoc
8/target/
9# Ignore developer-provided jvm argument -Djosm.home=josmHome directory
10/josmHome
11# Home directory used by the Maven/surefire test run (see -Djosm.home in pom.xml)
12/test/config/josm.home/
13/resources/CONTRIBUTION
14/resources/LICENSE
15/resources/README
16/resources/REVISION
17/resources/data/projection/
18/src/org/openstreetmap/josm/gui/mappaint/mapcss/parsergen/
19/tools/ivy/
Note: See TracBrowser for help on using the repository browser.