projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec665d
)
Added IDE folder to ignore
author
peusterm
<manuel.peuster@uni-paderborn.de>
Mon, 14 Mar 2016 14:24:49 +0000
(15:24 +0100)
committer
peusterm
<manuel.peuster@uni-paderborn.de>
Mon, 14 Mar 2016 14:24:49 +0000
(15:24 +0100)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
fc2456c
..
7cd83d2
100755
(executable)
--- a/
.gitignore
+++ b/
.gitignore
@@
-3,6
+3,8
@@
__pycache__/
*.py[cod]
*$py.class
+#IDE
+.idea/
# C extensions
*.so
@@
-66,4
+68,4
@@
target/
.pytest.restart
# JUnit xml
-utils/ci/junit-xml/*.xml
\ No newline at end of file
+utils/ci/junit-xml/*.xml