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/repl.calva-repl
|
||||
.classpath
|
||||
|
|
@ -19,10 +23,6 @@
|
|||
.settings
|
||||
.socket-repl-port
|
||||
.sw*
|
||||
*.class
|
||||
*.jar
|
||||
*.swp
|
||||
*~
|
||||
/checkouts
|
||||
/classes
|
||||
/cljs-test-runner-out
|
||||
|
|
|
|||
Loading…
Reference in a new issue