mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
Enable ignoring some files for pushing into github
This commit is contained in:
parent
4a8cabbe55
commit
ae3164f767
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
*.DS_Store
|
||||||
|
*.a
|
||||||
|
*.o
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*/.libs
|
||||||
|
*/.deps
|
||||||
|
Makefile*
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
compile
|
||||||
|
config.*
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
m4
|
||||||
|
missing
|
||||||
|
*/config.h*
|
||||||
|
*/futurerestore*
|
||||||
|
stamp-h1
|
||||||
|
xcuserdata/*
|
Loading…
Reference in a new issue