[git] add _build and Makefile to gitignore
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
*.lo
|
||||
*.o
|
||||
.deps
|
||||
.libs
|
||||
/*.bak
|
||||
/*.gcda
|
||||
/*.gcno
|
||||
/*.orig
|
||||
/*.rej
|
||||
/*.tab.c
|
||||
/*~
|
||||
/.*.sw[nop]
|
||||
/.dirstamp
|
||||
/GPATH
|
||||
/GRTAGS
|
||||
/GSYMS
|
||||
/GTAGS
|
||||
/ID
|
||||
/Makefile.in
|
||||
/TAGS
|
||||
/so_locations
|
||||
/tags
|
||||
_libs
|
||||
/main.o
|
||||
/resources.c
|
||||
/resources.o
|
||||
/teleportapp
|
||||
/teleportapp.o
|
||||
/teleportappwin.o
|
||||
test_download
|
||||
Makefile
|
||||
_build/
|
||||
|
||||
Reference in New Issue
Block a user