Added .gitignore files
This commit is contained in:
parent
84c2e5f2e0
commit
2ed56fa6ba
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Backups
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
|
||||||
|
# Libraries
|
||||||
|
*.lib
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Shared objects (inc. Windows DLLs)
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.so.*
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Build products
|
||||||
|
aprsc
|
||||||
|
aprsc.8
|
||||||
|
version_data.h
|
||||||
|
|
||||||
|
# configure products
|
||||||
|
Makefile
|
||||||
|
ac-hdrs.h
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
|
||||||
Loading…
Reference in New Issue