sort .gitignore
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
582c331117
commit
5c58e46417
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
||||||
|
*.class
|
||||||
|
*.jar
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
.calva/output-window/
|
.calva/output-window/
|
||||||
.calva/repl.calva-repl
|
.calva/repl.calva-repl
|
||||||
.classpath
|
.classpath
|
||||||
|
|
@ -19,10 +23,6 @@
|
||||||
.settings
|
.settings
|
||||||
.socket-repl-port
|
.socket-repl-port
|
||||||
.sw*
|
.sw*
|
||||||
*.class
|
|
||||||
*.jar
|
|
||||||
*.swp
|
|
||||||
*~
|
|
||||||
/checkouts
|
/checkouts
|
||||||
/classes
|
/classes
|
||||||
/cljs-test-runner-out
|
/cljs-test-runner-out
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue