Quellcode durchsuchen

Added files to .gitignore

Patrick Jattke vor 7 Jahren
Ursprung
Commit
e36501d50b
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+# ---> Python
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+*.pyc
+*.o
+code_boost/src/build/*