update info of infra/README.md
[ealt-edge.git] / .gitignore
1 #####standard .git ignore entries#####
2
3 ## IDE Specific Files ##
4 org.eclipse.core.resources.prefs
5 .classpath
6 .project
7 .settings
8 .idea
9 .externalToolBuilders
10 maven-eclipse.xml
11 workspace
12 .checkstyle
13 .iml
14
15 ## Compilation Files ##
16 *.class
17 **/target
18 target
19 target-ide
20 MANIFEST.MF