Преглед изворни кода

- 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/