summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJiawei Chen <albert.ir.chen@gmail.com>2014-04-04 07:33:30 -0700
committerJiawei Chen <albert.ir.chen@gmail.com>2014-04-04 07:33:30 -0700
commitc4b028ad53f7b362a864de24828d7cc39ff67b0a (patch)
tree5bf3413fc7731ad7479654a63458f5e14ea640a2 /.gitignore
downloadfqterm-c4b028ad53f7b362a864de24828d7cc39ff67b0a.tar.xz
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0def275
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app