瀏覽代碼

Adds .so to gitignore

Patrick Jattke 7 年之前
父節點
當前提交
8694f44c8d
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      .gitignore

+ 4 - 2
.gitignore

@@ -1,12 +1,14 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
-*.py[cod]
 *$py.class
 *.pyc
 *.o
 
+# CPP libraries
+*.so
+
 # Build files
-code_boost/src/build/*
+build/
 
 # Pycharm IDE configuration
 .idea/