Skip to content

Commit

Permalink
NO-JIRA: Convenience fixes to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
astitcher committed Apr 24, 2020
1 parent dd6b735 commit d482bec
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# General

/build/
/bld/
/build*/
/bld*/
/BLD*/
*.class
*.o
*.d
Expand Down Expand Up @@ -48,3 +49,10 @@ testresults
/.vs
/.vscode
/CMakeSettings.json

# Kdevelop config
.kdev4
*.kdev4

# Gdb history
.gdb_history

0 comments on commit d482bec

Please sign in to comment.