Add C code skeleton for SQP implementaion.
[Projet_Recherche_Operationnelle.git] / implémentation / .gitignore
diff --git a/implémentation/.gitignore b/implémentation/.gitignore
new file mode 100644 (file)
index 0000000..f1ad304
--- /dev/null
@@ -0,0 +1,26 @@
+sqp
+*.static
+*.dynamic
+# for cygwin
+*.exe
+
+*.o
+
+*.so
+*.dylib
+*.a
+# for cygwin
+*.dll
+*.dll.a
+
+# atom linter
+*.gch
+
+# editor trash
+*.swp
+*~
+
+.build
+
+thumbs.db
+*.DS_Store