]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - .gitignore
Ignore the .vs directory
[rbdr/super-polarity] / .gitignore
index 0881b8de93b832bb77df563532afe54187a17eb3..6415af8887c269f87979f38ebbe724f25082c9b7 100644 (file)
@@ -1,3 +1,21 @@
+# Object files
+*.o
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+=======
 ## Ignore Visual Studio temporary files, build results, and
 ## files generated by popular Visual Studio add-ons.
 
@@ -147,5 +165,8 @@ Desktop.ini
 # Recycle Bin used on file shares
 $RECYCLE.BIN/
 
-# Mac crap
+# Mac files
 .DS_Store
+
+# Visual Studio dir
+.vs