aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJavier <javispedro@javispedro.com>2013-01-05 16:41:53 -0800
committerJavier <javispedro@javispedro.com>2013-01-05 16:41:53 -0800
commitdc5428be5c92f77a9bb8fb11d1a1b75cd44052d7 (patch)
tree69c73d50f284516d1a08d84c7928c044a196d29b /.gitignore
downloadrodisc-client-win32-dc5428be5c92f77a9bb8fb11d1a1b75cd44052d7.tar.gz
rodisc-client-win32-dc5428be5c92f77a9bb8fb11d1a1b75cd44052d7.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0331bbb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# Object files
+*.o
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app