Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Costin Lupu <[email protected]>
Reviewed-by: Florian Schmidt <[email protected]>
  • Loading branch information
clupuishere authored and Florian Schmidt committed Jun 4, 2019
1 parent 676334c commit e31ca9b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
*.depend
*.o
*.a
*.d
*.so
*.orig
*.rej
*.bak
*.swp
*~
,*
\#*\#
.\#*
\#_*\#
.\#_*
!.gitignore
.*

# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

# cscope files
cscope.*
ncscope.*

0 comments on commit e31ca9b

Please sign in to comment.