Added .gitignore files

This commit is contained in:
Heikki Hannikainen 2012-09-18 12:50:55 +03:00
parent 84c2e5f2e0
commit 2ed56fa6ba
2 changed files with 28 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# Backups
*~
# Object files
*.o
*.d
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

11
src/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Build products
aprsc
aprsc.8
version_data.h
# configure products
Makefile
ac-hdrs.h
config.log
config.status