blob: cd1773f03348dbb7bb707ae608059949ef2239e3 [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
RehanRaza59a4d932019-11-12 11:20:14 +010013.pydevproject
RehanRaza49a8fd42019-11-11 18:02:32 +010014
15## Compilation Files ##
16*.class
17**/target
18target
19target-ide
20MANIFEST.MF
21
22## Misc Ignores (OS specific etc) ##
23bin/
24dist
25*~
26*.ipr
27*.iml
28*.iws
29classes
30out/
31.DS_STORE
32.metadata