Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk0 committed Jun 12, 2018
1 parent 47a737a commit 30ee50f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# autoreconf stuff
aclocal.m4
autom4te.cache/
autotools/
config.log
config.status
configure
libtool
Makefile
Makefile.in
m4/

# build stuff
*.o
*.la
*.lo
*.log
*.trs
.libs/
module_test

# packaging stuff
debian/autoreconf.*
debian/.debhelper
debian/files
debian/tmp/
debian/pam-cryptsetup/
debian/pam-cryptsetup.substvars

0 comments on commit 30ee50f

Please sign in to comment.