summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2016-01-16 12:22:33 -0500
committerBradley Sepos <[email protected]>2016-01-16 12:22:33 -0500
commitcfc713b45a5f7bf7bc97e23244ac75b2e2226e0b (patch)
tree29c60f362ea9c5c7bc1fcbcd9409f902c316c081
parentd6ac3af3c288092d1dd6de3cc1ce139aac4c5ef0 (diff)
Add .gitignore to patch release branch.
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..fda060248
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# Visual Studio
+win/CS/*/bin
+win/CS/*/obj
+win/CS/*.suo
+
+# Xcode user data
+xcuserdata
+
+# Build system
+build/
+build.*/
+download/
+
+# Gtk autoconf spam
+gtk/Makefile.in*
+gtk/*/Makefile.in*
+gtk/aclocal.m4
+gtk/autom4te.cache
+gtk/compile
+gtk/config.*
+gtk/configure
+gtk/depcomp
+gtk/install-sh
+gtk/ltmain.sh
+gtk/missing
+