diff options
author | Mike Buland <mike@xagasoft.com> | 2016-09-21 12:54:23 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2016-09-21 12:54:23 -0600 |
commit | a612205584558c52ae2fedd616d7eb735d5ba84a (patch) | |
tree | c82e28a16d8e63dc69f604be64afd544b424e9a5 /.gitignore | |
parent | 4de5cbe4330bf65cf8157ab98b9c8cbc203dc1cb (diff) | |
download | libbu++-a612205584558c52ae2fedd616d7eb735d5ba84a.tar.gz libbu++-a612205584558c52ae2fedd616d7eb735d5ba84a.tar.bz2 libbu++-a612205584558c52ae2fedd616d7eb735d5ba84a.tar.xz libbu++-a612205584558c52ae2fedd616d7eb735d5ba84a.zip |
Tweaks to make building on windows easier.
Also, just building without bzip2 or lzma easier.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..323adf8 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,12 @@ | |||
1 | *.o | ||
2 | *.a | ||
3 | *.exe | ||
4 | /autoconfig.exe | ||
5 | /bin2cpp.exe | ||
6 | /mkunit.exe | ||
7 | /myriad.exe | ||
8 | .*.swp | ||
9 | /src/autoconfig.h | ||
10 | /src/signals.h | ||
11 | /src/version.h | ||
12 | /bu | ||