Skip to content

Commit bcabb85

Browse files
committed
Cleaned up gitignore
1 parent 7cf585d commit bcabb85

2 files changed

Lines changed: 23 additions & 324708 deletions

File tree

.gitignore

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
## Contains user specific and classified information
2-
config.php
3-
*/outputs
4-
config.py
5-
6-
## Ignore Visual Studio temporary files, build results, and
7-
## files generated by popular Visual Studio add-ons.
1+
###################
2+
## Visual Studio ##
3+
###################
84

95
# User-specific files
106
*.suo
@@ -246,14 +242,29 @@ problems/scripts/.idea/scripts.iml
246242
problems/scripts/.idea/vcs.xml
247243
problems/scripts/.idea/.name
248244

245+
############
246+
## Python ##
247+
############
248+
*.pyc
249+
250+
##########
251+
## Java ##
252+
##########
253+
*.class
254+
255+
###########
256+
## NYCSL ##
257+
###########
258+
config.php
259+
outputs/
260+
config.py
261+
workingPath/
262+
249263
*.swp
250264
*.swo
251-
.htaccess
265+
nohub.out
252266

253-
*.pyc
254-
*.class
267+
.htaccess
255268
*.trn
256269

257270
*.exe
258-
259-
**/workingPath/

0 commit comments

Comments
 (0)