diff options
| author | mizipzor | 2010-02-17 22:10:11 +0100 |
|---|---|---|
| committer | mizipzor | 2010-02-17 22:10:11 +0100 |
| commit | d2fb0e9a92dcdd151a91dd11cfbea850f395152d (patch) | |
| tree | 656bcfdfce02b7f488fbe068dc9e03fb48df296e | |
| parent | 90afd360e8e636e5341972a4bc58ab5e03b2b43a (diff) | |
| download | dfhack-d2fb0e9a92dcdd151a91dd11cfbea850f395152d.tar.gz dfhack-d2fb0e9a92dcdd151a91dd11cfbea850f395152d.tar.bz2 dfhack-d2fb0e9a92dcdd151a91dd11cfbea850f395152d.tar.xz | |
added some windows ignores
| -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 |
