Added .exe/.dll back to gitignore. (Fucking hate gitignore)
This commit is contained in:
parent
de5ce1a962
commit
9810604d50
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,8 +2,8 @@
|
||||||
###################
|
###################
|
||||||
*.com
|
*.com
|
||||||
*.class
|
*.class
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*/bin/*
|
*/bin/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue