mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:50:48 +00:00
IntelliJ support, ordering, cleanup
This commit is contained in:
parent
edb6f83b89
commit
650855322b
1 changed files with 8 additions and 8 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -17,7 +17,6 @@
|
|||
*.elc
|
||||
*.epub
|
||||
*.exe
|
||||
*.pdb
|
||||
*.fn
|
||||
*.html
|
||||
*.kdev4
|
||||
|
@ -29,6 +28,7 @@
|
|||
*.orig
|
||||
*.out
|
||||
*.patch
|
||||
*.pdb
|
||||
*.pdf
|
||||
*.pg
|
||||
*.pot
|
||||
|
@ -50,6 +50,10 @@
|
|||
.cproject
|
||||
.hg/
|
||||
.hgignore
|
||||
.idea
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.project
|
||||
.settings/
|
||||
.valgrindrc
|
||||
|
@ -64,6 +68,7 @@
|
|||
/llvm/
|
||||
/mingw-build/
|
||||
/nd/
|
||||
/obj/
|
||||
/rt/
|
||||
/rustllvm/
|
||||
/src/libunicode/DerivedCoreProperties.txt
|
||||
|
@ -72,13 +77,10 @@
|
|||
/src/libunicode/PropList.txt
|
||||
/src/libunicode/Scripts.txt
|
||||
/src/libunicode/UnicodeData.txt
|
||||
/stage0/
|
||||
/stage1/
|
||||
/stage2/
|
||||
/stage3/
|
||||
/stage[0-9]+/
|
||||
/target
|
||||
/test/
|
||||
/tmp/
|
||||
/obj/
|
||||
TAGS
|
||||
TAGS.emacs
|
||||
TAGS.vi
|
||||
|
@ -88,11 +90,9 @@ config.mk
|
|||
config.stamp
|
||||
keywords.md
|
||||
lexer.ml
|
||||
src/.DS_Store
|
||||
src/etc/dl
|
||||
src/librustc_llvm/llvmdeps.rs
|
||||
tmp.*.rs
|
||||
version.md
|
||||
version.ml
|
||||
version.texi
|
||||
/target
|
||||
|
|
Loading…
Reference in a new issue