Skip to content

Commit

Permalink
Updates to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed May 13, 2012
1 parent 6dfaad7 commit 94a3286
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,21 @@
/sys0.ji
/h2j

*.exe
*.dll
*.do
*.o

*.out

*.files
*.config
*.includes
*.creator
*.user
*.orig

include
lib

/usr
6 changes: 4 additions & 2 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*.o
/*.do
/*.exe

/boot.j.inc
/julia_flisp.boot
/julia_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 94a3286

Please sign in to comment.