summaryrefslogtreecommitdiffstats
path: root/tkblt/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'tkblt/.gitignore')
-rw-r--r--tkblt/.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/tkblt/.gitignore b/tkblt/.gitignore
new file mode 100644
index 0000000..c8694d4
--- /dev/null
+++ b/tkblt/.gitignore
@@ -0,0 +1,30 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+*~