Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
c8d99ff8
Commit
c8d99ff8
authored
Nov 27, 2013
by
Kristofer Rye
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into add-common-linux-compile-file-extensions
More upstream merges
parents
38488f24
8e9563a7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
4 deletions
+34
-4
GWT.gitignore
GWT.gitignore
+12
-0
Eclipse.gitignore
Global/Eclipse.gitignore
+2
-3
Lazarus.gitignore
Global/Lazarus.gitignore
+12
-0
Maven.gitignore
Maven.gitignore
+4
-1
Node.gitignore
Node.gitignore
+1
-0
Python.gitignore
Python.gitignore
+3
-0
No files found.
GWT.gitignore
View file @
c8d99ff8
...
@@ -14,3 +14,15 @@ gwt-unitCache/
...
@@ -14,3 +14,15 @@ gwt-unitCache/
# more caches and things from deploy #
# more caches and things from deploy #
war/WEB-INF/deploy/
war/WEB-INF/deploy/
war/WEB-INF/classes/
war/WEB-INF/classes/
#compilation logs
.gwt/
#caching for already compiled files
gwt-unitCache/
#gwt junit compilation files
www-test/
#old GWT (1.5) created this dir
.gwt-tmp/
Global/Eclipse.gitignore
View file @
c8d99ff8
*.pydevproject
*.pydevproject
.metadata
.metadata
.gradle
.gradle
bin/**
bin/
tmp/**
tmp/
tmp/**/*
*.tmp
*.tmp
*.bak
*.bak
*.swp
*.swp
...
...
Global/Lazarus.gitignore
0 → 100644
View file @
c8d99ff8
#ignore backup files
backup/
#ignore files generated by the compiler
lib/
*.compiled
*.o
*.or
*.ppu
#exclude executable output in windows
*.exe
\ No newline at end of file
Maven.gitignore
View file @
c8d99ff8
target/
target/
*.releaseBackup
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties
Node.gitignore
View file @
c8d99ff8
...
@@ -10,5 +10,6 @@ lib-cov
...
@@ -10,5 +10,6 @@ lib-cov
pids
pids
logs
logs
results
results
build
node_modules
node_modules
Python.gitignore
View file @
c8d99ff8
...
@@ -39,6 +39,9 @@ coverage.xml
...
@@ -39,6 +39,9 @@ coverage.xml
.project
.project
.pydevproject
.pydevproject
# Rope
.ropeproject
# Django stuff:
# Django stuff:
*.log
*.log
*.pot
*.pot
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment