Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Corinna Vinschen <[email protected]>
  • Loading branch information
github-cygwin committed Mar 9, 2015
1 parent e479f4f commit 09e3000
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
*.diff
*.patch
*.orig
*.rej

*~
.#*
*#

*.flt
*.gmo
*.info
*.la
*.lo
*.o
*.pyc
*.tmp

.deps
.libs

autom4te.cache
config.cache
config.h
config.intl
config.log
config.status
libtool
POTFILES
*-POTFILES

TAGS
TAGS.sub

.gdbinit
.gdb_history

# ignore core files, but not java/net/protocol/core/
core
!core/

lost+found

0 comments on commit 09e3000

Please sign in to comment.