diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | lib/.gitignore | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -3,15 +3,16 @@ *.user *.dll *.so +*.pro.autosave base_override.h base-full/ bass.lib +bin/ bins/ release/ debug/ -lib/ .qmake.stash diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore |
