Add the basic code structure and build system
[Project_algorithmic_C.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..4327027
--- /dev/null
@@ -0,0 +1,22 @@
+othello
+*.static
+*.dynamic
+# for cygwin  
+*.exe
+
+*.o
+
+*.so
+*.a
+# for cygwin  
+*.dll
+*.dll.a
+
+# editor trash
+*.swp
+*~
+
+.build
+
+thumbs.db
+*.DS_Store