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

This comment has been minimized.

Copy link
@StefanKarpinski

StefanKarpinski Aug 20, 2013

Member

What are all these extensions? If these are specific to your editor or environment, then they should be global git ignores, not local ones. Otherwise we end up having ignores for every system ever.

This comment has been minimized.

Copy link
@Keno

Keno Aug 20, 2013

Author Member

Feel free to change it. I have all these ignored in my global git config (some of them are Qt Creator, some Visual Studio). We're also currently ignoring vim, emacs, kate, sublime and OS X swap files, so we should probably clean that up.

This comment has been minimized.

Copy link
@StefanKarpinski

StefanKarpinski Aug 20, 2013

Member

Cool. I have a local patch that changes this already. Will push as soon as I sort out unrelated testing failures.


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

This comment has been minimized.

Copy link
@StefanKarpinski

StefanKarpinski Aug 20, 2013

Member

These should be absolute.


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

1 comment on commit 94a3286

@StefanKarpinski
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an awful lot of stuff to ignore.

Please sign in to comment.