diff options
| -rw-r--r-- | build/.gitignore | 1 | ||||
| -rw-r--r-- | output/.gitignore | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 00000000..474fe987 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +build-real
\ No newline at end of file diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 00000000..45291fd1 --- /dev/null +++ b/output/.gitignore @@ -0,0 +1,3 @@ +Debug
+Release
+RelWithDebInfo
\ No newline at end of file |
