소스 검색

- Adds the PyCharm/CLion IDE files to .gitignore

Patrick Jattke 8 년 전
부모
커밋
7bf5d75809
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

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