Skip to content

Commit

Permalink
git ignores: tighten these up as they're a bit too inclusive.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Aug 20, 2013
1 parent cf37a50 commit f62ac13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
24 changes: 3 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,13 @@
*~
*#
.DS_Store

/*.tar.gz
/tmp
/dist*

/dist
/dist-extras
/julia
/julia-*
/h2j
/usr

*.exe
*.dll
*.do
*.o
*.dylib
*.dSYM

*.out

*.files
*.config
*.includes
*.creator
*.user
*.orig
*.swp
*.kate-swp

/usr
6 changes: 3 additions & 3 deletions src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
/*.exp

/boot.j.inc
julia_flisp.boot
julia_flisp.boot.inc
flisp.boot.inc
/julia_flisp.boot
/julia_flisp.boot.inc
/flisp.boot.inc

/libjulia-debug.a
/libjulia-debug.so
Expand Down

0 comments on commit f62ac13

Please sign in to comment.