Added Git ignore file
Note this probably isn't an all-inclusive list, as I still have yet to autoreconfig to working "./configure" glory. More patches incoming...
This commit is contained in:
parent
55c7d8a76f
commit
678ca78131
1 changed files with 17 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Mac drippings
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Autotools
|
||||||
|
Makefile
|
||||||
|
configure
|
||||||
|
*~
|
||||||
|
autom4te.cache
|
||||||
|
confdefs.h
|
||||||
|
config.log
|
||||||
|
config.cache
|
||||||
|
config.h.in
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
Session.vim
|
||||||
Loading…
Reference in a new issue