Add .gitignore file.
This commit is contained in:
parent
b5b466f982
commit
3fb977f175
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Files generated by configure
|
||||||
|
|
||||||
|
/Makefile
|
||||||
|
/config.h
|
||||||
|
/config.log
|
||||||
|
/config.status
|
||||||
|
/configure.lineno
|
||||||
|
|
||||||
|
# Files generated by make
|
||||||
|
*.o
|
||||||
|
/dtach
|
||||||
Loading…
Reference in New Issue