Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed some warnings, cleaned up autoconf, added .gitignore files.
  • Loading branch information
economon committed Feb 5, 2014
1 parent a20a148 commit 5ae3132
Show file tree
Hide file tree
Showing 12 changed files with 3,454 additions and 4,415 deletions.
29 changes: 29 additions & 0 deletions .gitignore
@@ -0,0 +1,29 @@
# Compiled Object files
*.slo
*.lo
*.o

# Autoconf/Automake
*.Po
*.dirstamp
*.log
*.status

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

# Python files
*.pyc

# Mac files
*.DS_Store
*.xcuserdatad

# Compiled Makefiles
Makefile

0 comments on commit 5ae3132

Please sign in to comment.