Skip to content

Commit

Permalink
Improve gitignore
Browse files Browse the repository at this point in the history
Binaries are made in the src directory -wait, that may change as it's
not really smart- so specify that to reduce side effects. This was
necessary to add a file in the include/dislocker/ directory.
  • Loading branch information
Aorimn committed Mar 8, 2015
1 parent d82e150 commit 80ad83f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
*.o
*.kate-swp
*~
#*~
*.swp
*.gz
dislocker
dislocker-bek
dislocker-file
dislocker-find
dislocker-fuse
dislocker-metadata
libdislocker.so
libdislocker.so.0
libdislocker.so.0.4.1
src/dislocker
src/dislocker-bek
src/dislocker-file
src/dislocker-find
src/dislocker-fuse
src/dislocker-metadata
src/libdislocker.so
src/libdislocker.so.0
src/libdislocker.so.0.4.1

# Unit test files
*.gcno
Expand Down

0 comments on commit 80ad83f

Please sign in to comment.