Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavan10 authored Jun 15, 2018
1 parent 384b3c5 commit d5331ac
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Created by https://www.gitignore.io/api/c++,linux

### C++ ###
# Prerequisites
*.d

Expand Down Expand Up @@ -30,3 +33,21 @@
*.exe
*.out
*.app

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*


# End of https://www.gitignore.io/api/c++,linux

0 comments on commit d5331ac

Please sign in to comment.