mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(git): better global ignore
This commit is contained in:
parent
a7352ce34b
commit
8b10b1221d
2 changed files with 5 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
|||
*.d
|
||||
|
||||
# Object files
|
||||
**/obj/
|
||||
*.o
|
||||
*.ko
|
||||
*.obj
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
*.dylib
|
||||
|
||||
# Executables
|
||||
**/bin/
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
|
@ -414,6 +416,7 @@ setup.log
|
|||
# Local OPAM switch
|
||||
_opam/
|
||||
|
||||
|
||||
## My rules
|
||||
|
||||
# pdf files change often and creates conflits, add them manually
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue