add gitignore with some defaults
This commit is contained in:
parent
74b8f74f3c
commit
4e6eb3ffc5
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/wiki/backups/*
|
||||
*~
|
||||
a.out
|
||||
semantic.cache
|
||||
aclocal.m4
|
||||
Makefile
|
||||
Makefile.in
|
||||
autom4te*
|
||||
config.*
|
||||
configure
|
||||
*.tar.*
|
||||
build/*
|
||||
Loading…
Reference in a new issue