Update .gitignore.
This commit is contained in:
부모
59d5cd64ad
커밋
ec7d18b1b2
2개의 변경된 파일과 6개의 추가작업 그리고 20개의 파일을 삭제
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -4,12 +4,15 @@
|
|||
# Java specific files and folders
|
||||
bin
|
||||
target
|
||||
doc
|
||||
*.jar
|
||||
|
||||
# Editor specific files and folders
|
||||
*~
|
||||
.project
|
||||
|
||||
# Project speicific files and folders
|
||||
*.map
|
||||
*.mapfg
|
||||
*.mapgr
|
||||
*.path
|
||||
Maps
|
||||
Paths
|
||||
*.tgz
|
17
.project
17
.project
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>be-graphes</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
불러오는 중…
Reference in a new issue