gitignore
This commit is contained in:
commit
f15e3f33c2
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# ignore all files
|
||||||
|
*
|
||||||
|
|
||||||
|
# except files with extensions
|
||||||
|
!*.*
|
||||||
|
|
||||||
|
# except except these files
|
||||||
|
*.o
|
Loading…
Add table
Add a link
Reference in a new issue