Added gitignore & config
This commit is contained in:
parent
3a505cebe8
commit
93b21c779d
4 changed files with 35 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
*.rej
|
||||
*.orig
|
||||
|
||||
# build artifacts
|
||||
*.o
|
||||
dmenu
|
||||
stest
|
||||
|
||||
# makepkg
|
||||
src/
|
||||
pkg/
|
||||
*.pkg*
|
||||
Loading…
Add table
Add a link
Reference in a new issue