added .gitignore file
authorHolger Schemel <info@artsoft.org>
Fri, 27 Feb 2015 20:26:17 +0000 (21:26 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 27 Feb 2015 20:26:17 +0000 (21:26 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e884cfc
--- /dev/null
@@ -0,0 +1,28 @@
+# ignore temporary development files
+*.o
+*.a
+.depend
+
+# ignore automatically generated files
+src/conftime.h
+src/conf_gfx.h
+src/conf_snd.h
+src/conf_mus.h
+src/conf_chr.c
+src/conf_chr.h
+src/conf_cus.c
+src/conf_cus.h
+src/conf_grp.c
+src/conf_grp.h
+src/conf_e2g.c
+src/conf_esg.c
+src/conf_e2s.c
+src/conf_fnt.c
+src/conf_g2s.c
+src/conf_g2m.c
+src/conf_var.c
+src/conf_act.c
+
+# ignore compiled executable files
+rocksndiamonds
+rocksndiamonds.exe