Skip to content

Commit

Permalink
compiled C files, more Vim swap files, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Mar 6, 2011
1 parent d00536d commit d1d9da6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
12 changes: 11 additions & 1 deletion gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
*.pyo
__pycache__

# Compiled Java classes
*.class

# Compiled C files
*.a
*.o

# SQLite databases
*.db
*.sqlite
Expand All @@ -11,17 +18,20 @@ __pycache__
*.old
*.bak
*.swp
*.swo
*.swn
*.local
*.log
*.pid
*.cache
*.orig
*~

# Python Sphinx and setuptools files
/doc/_build
/build
/dist
/src/*.egg-info
*.egg-info

# Mac OS X specific
.DS_Store
8 changes: 8 additions & 0 deletions hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ syntax: glob

*.class

# Compiled C files
syntax: glob

*.a
*.o

# SQLite databases
syntax: glob

Expand All @@ -22,6 +28,8 @@ syntax: glob
*.old
*.bak
*.swp
*.swo
*.swn
*.local
*.log
*.pid
Expand Down

0 comments on commit d1d9da6

Please sign in to comment.