mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-14 00:26:26 +00:00
Add Eclipse *.launch files to the gitignore (#37)
This commit is contained in:
parent
0028e328c8
commit
01ae0cd3ab
1 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,6 +5,10 @@ build/
|
||||||
out/
|
out/
|
||||||
classes/
|
classes/
|
||||||
|
|
||||||
|
# eclipse
|
||||||
|
|
||||||
|
*.launch
|
||||||
|
|
||||||
# idea
|
# idea
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue