Add basic .gitignore file, cleaning (most) files generated by autotools.
This commit is contained in:
parent
f2570c1b7f
commit
c6720f1a60
1 changed files with 17 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
Makefile
|
||||
Makefile.*
|
||||
*.o
|
||||
*.a
|
||||
/config.*
|
||||
/src/tincd
|
||||
/autom4te.cache
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/configure
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
||||
INSTALL
|
||||
.deps
|
||||
stamp-h1
|
||||
/src/device.c
|
Loading…
Reference in a new issue