diff options
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 | ||