Initial commit: Generalized C project template with automatic versioning
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
Trash/
|
||||
|
||||
# Auto-generated version files
|
||||
src/version.h
|
||||
src/version.c
|
||||
lib/version.h
|
||||
lib/version.c
|
||||
version.h
|
||||
version.c
|
||||
VERSION
|
||||
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
Reference in New Issue
Block a user