blob: ba53c6e77b9ac15c8edcdb1def17c27e85d21ba2 [file] [log] [blame]
RehanRaza49a8fd42019-11-11 18:02:32 +01001#####standard .git ignore entries#####
2
3## IDE Specific Files ##
4org.eclipse.core.resources.prefs
5.classpath
6.project
7.settings
8.idea
9.externalToolBuilders
10.checkstyle
11maven-eclipse.xml
12workspace
13
14## Compilation Files ##
15*.class
16**/target
17target
18target-ide
19MANIFEST.MF
20
21## Misc Ignores (OS specific etc) ##
22bin/
23dist
24*~
25*.ipr
26*.iml
27*.iws
28classes
29out/
30.DS_STORE
31.metadata
maximesson98f822c2019-12-11 16:53:33 +010032__pycache__