Browse Source

Update .gitignore.

Holt59 6 years ago
parent
commit
ec7d18b1b2
2 changed files with 6 additions and 20 deletions
  1. 6
    3
      .gitignore
  2. 0
    17
      .project

+ 6
- 3
.gitignore View File

@@ -4,12 +4,15 @@
4 4
 # Java specific files and folders
5 5
 bin
6 6
 target
7
+doc
8
+*.jar
7 9
 
8 10
 # Editor specific files and folders
9 11
 *~
12
+.project
10 13
 
11 14
 # Project speicific files and folders
12
-*.map
15
+*.mapfg
16
+*.mapgr
13 17
 *.path
14
-Maps
15
-Paths
18
+*.tgz

+ 0
- 17
.project View File

@@ -1,17 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<projectDescription>
3
-	<name>be-graphes</name>
4
-	<comment></comment>
5
-	<projects>
6
-	</projects>
7
-	<buildSpec>
8
-		<buildCommand>
9
-			<name>org.eclipse.jdt.core.javabuilder</name>
10
-			<arguments>
11
-			</arguments>
12
-		</buildCommand>
13
-	</buildSpec>
14
-	<natures>
15
-		<nature>org.eclipse.jdt.core.javanature</nature>
16
-	</natures>
17
-</projectDescription>

Loading…
Cancel
Save