IntelliJ support, ordering, cleanup

This commit is contained in:
Sander Maijers 2016-05-13 19:18:59 +02:00
parent edb6f83b89
commit 650855322b
No known key found for this signature in database
GPG key ID: 2E974A73F1B0F2F7

16
.gitignore vendored
View file

@ -17,7 +17,6 @@
*.elc *.elc
*.epub *.epub
*.exe *.exe
*.pdb
*.fn *.fn
*.html *.html
*.kdev4 *.kdev4
@ -29,6 +28,7 @@
*.orig *.orig
*.out *.out
*.patch *.patch
*.pdb
*.pdf *.pdf
*.pg *.pg
*.pot *.pot
@ -50,6 +50,10 @@
.cproject .cproject
.hg/ .hg/
.hgignore .hgignore
.idea
__pycache__/
*.py[cod]
*$py.class
.project .project
.settings/ .settings/
.valgrindrc .valgrindrc
@ -64,6 +68,7 @@
/llvm/ /llvm/
/mingw-build/ /mingw-build/
/nd/ /nd/
/obj/
/rt/ /rt/
/rustllvm/ /rustllvm/
/src/libunicode/DerivedCoreProperties.txt /src/libunicode/DerivedCoreProperties.txt
@ -72,13 +77,10 @@
/src/libunicode/PropList.txt /src/libunicode/PropList.txt
/src/libunicode/Scripts.txt /src/libunicode/Scripts.txt
/src/libunicode/UnicodeData.txt /src/libunicode/UnicodeData.txt
/stage0/ /stage[0-9]+/
/stage1/ /target
/stage2/
/stage3/
/test/ /test/
/tmp/ /tmp/
/obj/
TAGS TAGS
TAGS.emacs TAGS.emacs
TAGS.vi TAGS.vi
@ -88,11 +90,9 @@ config.mk
config.stamp config.stamp
keywords.md keywords.md
lexer.ml lexer.ml
src/.DS_Store
src/etc/dl src/etc/dl
src/librustc_llvm/llvmdeps.rs src/librustc_llvm/llvmdeps.rs
tmp.*.rs tmp.*.rs
version.md version.md
version.ml version.ml
version.texi version.texi
/target