first commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Build Artifacts (Object files and dependencies)
|
||||
obj/
|
||||
*.o
|
||||
*.d
|
||||
|
||||
# Generated Source Code
|
||||
# This is created by the mapgen tool
|
||||
src/ortho_maps.h
|
||||
|
||||
# Executables
|
||||
mapgen
|
||||
example_babble
|
||||
example_names
|
||||
|
||||
# System and Editor files (Optional but recommended)
|
||||
.vscode/
|
||||
|
||||
export.sh
|
||||
export-*.txt
|
||||
Reference in New Issue
Block a user