Skip to content

Commit 6508553

Browse files
Sander MaijersSander Maijers
Sander Maijers
authored and
Sander Maijers
committed
IntelliJ support, ordering, cleanup
1 parent edb6f83 commit 6508553

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitignore

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
*.elc
1818
*.epub
1919
*.exe
20-
*.pdb
2120
*.fn
2221
*.html
2322
*.kdev4
@@ -29,6 +28,7 @@
2928
*.orig
3029
*.out
3130
*.patch
31+
*.pdb
3232
*.pdf
3333
*.pg
3434
*.pot
@@ -50,6 +50,10 @@
5050
.cproject
5151
.hg/
5252
.hgignore
53+
.idea
54+
__pycache__/
55+
*.py[cod]
56+
*$py.class
5357
.project
5458
.settings/
5559
.valgrindrc
@@ -64,6 +68,7 @@
6468
/llvm/
6569
/mingw-build/
6670
/nd/
71+
/obj/
6772
/rt/
6873
/rustllvm/
6974
/src/libunicode/DerivedCoreProperties.txt
@@ -72,13 +77,10 @@
7277
/src/libunicode/PropList.txt
7378
/src/libunicode/Scripts.txt
7479
/src/libunicode/UnicodeData.txt
75-
/stage0/
76-
/stage1/
77-
/stage2/
78-
/stage3/
80+
/stage[0-9]+/
81+
/target
7982
/test/
8083
/tmp/
81-
/obj/
8284
TAGS
8385
TAGS.emacs
8486
TAGS.vi
@@ -88,11 +90,9 @@ config.mk
8890
config.stamp
8991
keywords.md
9092
lexer.ml
91-
src/.DS_Store
9293
src/etc/dl
9394
src/librustc_llvm/llvmdeps.rs
9495
tmp.*.rs
9596
version.md
9697
version.ml
9798
version.texi
98-
/target

0 commit comments

Comments
 (0)